Set<T> Method

Summary

Sets the value of CCOW server config.

Syntax
C#
VB
C++
public static void Set<T>( 
   string name, 
   T value 
) 
Public Shared Function [Set](ByVal name As System.String, ByVal value As T) As System.Void 
public: static System.Void^  Set(System.String^  name, T^  __identifier(value)) 

Parameters

name
Name of the config to set.

value
A config value of type T.

Type Parameters

T
Specifies the type of the value to set.

Requirements

Target Platforms

See Also

Reference

Config Class

Config Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly